home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / TYPE.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.0 KB  |  22 lines

  1. <<<<<<<<<<<<<<<<<<<<<             TYPE            >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Displays the contents of a file.
  4.  
  5. TIPS:  This command works primarily with text and data files stored in
  6. a readable format (ASCII).  Most program or binary files are not
  7. readable because of the non alphabetic and nonnumeric characters.
  8. Wild cards cannot be used with the TYPE command.
  9.  
  10. ;  TYPE HELP.BAT           ..    Displays the file HELP.BAT from the
  11. ;                                current directory of the default drive
  12. ;                                to the video monitor.
  13.  
  14. ;  TYPE B:\PLANS\FY86.TXT  ..    Displays the file FY86.TXT which is
  15. ;                                in the directory PLANS on Drive B.
  16.  
  17. ;  TYPE AUTOEXEC.BAT > PRN ..    The file AUTOEXEC.BAT from the current
  18. ;                                directory of the default drive is 
  19. ;                                redirected to the printer.  Be sure to
  20. ;                                turn on your printer first.
  21. ###
  22.